Search
Style.setHeaderTextAlignment Method
See Also
 






Sets the alignment of the headers' text.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setHeaderTextAlignment (
    EnumSet<TextAlignment> value
)

 Parameters

value

One of the TextAlignment constants. Set to null to use the corresponding value from the current theme.

 See Also